home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFEDITGRID / TFEDITGRID.txt
Text File  |  2006-04-19  |  3KB  |  138 lines

  1. object fEditGrid: TfEditGrid
  2.   Left = 422
  3.   Top = 107
  4.   ActiveControl = EditGrid
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Edit grid'
  8.   ClientHeight = 398
  9.   ClientWidth = 281
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object btnOk: TButton
  23.     Left = 202
  24.     Top = 8
  25.     Width = 72
  26.     Height = 22
  27.     Caption = 'Ok'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.     OnClick = btnOkClick
  32.   end
  33.   object btnCancel: TButton
  34.     Left = 202
  35.     Top = 36
  36.     Width = 72
  37.     Height = 22
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     TabOrder = 1
  41.     OnClick = btnCancelClick
  42.   end
  43.   object btnEdit: TButton
  44.     Left = 202
  45.     Top = 200
  46.     Width = 72
  47.     Height = 22
  48.     Caption = 'Edit'
  49.     TabOrder = 5
  50.     OnClick = btnEditClick
  51.   end
  52.   object btnAdd: TButton
  53.     Left = 202
  54.     Top = 144
  55.     Width = 72
  56.     Height = 22
  57.     Caption = 'Add'
  58.     TabOrder = 3
  59.     OnClick = btnAddClick
  60.   end
  61.   object btnRemove: TButton
  62.     Left = 202
  63.     Top = 172
  64.     Width = 72
  65.     Height = 22
  66.     Caption = 'Remove'
  67.     TabOrder = 4
  68.     OnClick = btnRemoveClick
  69.   end
  70.   object btnDefault: TButton
  71.     Left = 202
  72.     Top = 64
  73.     Width = 72
  74.     Height = 22
  75.     Caption = 'Default'
  76.     TabOrder = 2
  77.     OnClick = btnDefaultClick
  78.   end
  79.   object BtnDown: TBitBtn
  80.     Left = 202
  81.     Top = 374
  82.     Width = 22
  83.     Height = 22
  84.     HelpContext = 102
  85.     Caption = '6'
  86.     Font.Charset = SYMBOL_CHARSET
  87.     Font.Color = clBlack
  88.     Font.Height = -12
  89.     Font.Name = 'Marlett'
  90.     Font.Style = [fsBold]
  91.     ParentFont = False
  92.     TabOrder = 7
  93.     OnClick = btnDownClick
  94.     Layout = blGlyphRight
  95.   end
  96.   object BtnUp: TBitBtn
  97.     Left = 202
  98.     Top = 352
  99.     Width = 22
  100.     Height = 22
  101.     HelpContext = 103
  102.     Caption = '5'
  103.     Font.Charset = SYMBOL_CHARSET
  104.     Font.Color = clBlack
  105.     Font.Height = -12
  106.     Font.Name = 'Marlett'
  107.     Font.Style = [fsBold]
  108.     ParentFont = False
  109.     TabOrder = 6
  110.     OnClick = btnUpClick
  111.     Layout = blGlyphRight
  112.   end
  113.   object EditGrid: TStringGrid
  114.     Left = 0
  115.     Top = 0
  116.     Width = 193
  117.     Height = 398
  118.     Align = alLeft
  119.     ColCount = 3
  120.     DefaultColWidth = 50
  121.     DefaultRowHeight = 18
  122.     FixedCols = 0
  123.     RowCount = 1
  124.     FixedRows = 0
  125.     Font.Charset = ANSI_CHARSET
  126.     Font.Color = clWindowText
  127.     Font.Height = -11
  128.     Font.Name = 'Arial'
  129.     Font.Style = []
  130.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  131.     ParentFont = False
  132.     ScrollBars = ssVertical
  133.     TabOrder = 8
  134.     OnClick = EditGridClick
  135.     OnDblClick = EditGridDblClick
  136.   end
  137. end
  138.